From: Vinicius Jose Latorre Date: Wed, 1 Aug 2007 17:39:23 +0000 (+0000) Subject: Docstring fix X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17561 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=add9dfe8dec91e4abded05b8165f74fef3c57ee2;p=emacs.git Docstring fix --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 422e4c875c7..ed42ebecb81 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -8,6 +8,10 @@ * menu-bar.el (menu-bar-vc-filter): New function. (menu-bar-tools-menu): Use it as a filter. +2007-08-01 Eric Hanchrow + + * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix. + 2007-08-01 Glenn Morris * progmodes/fortran.el: Remove leading `*' from all defcustom doc diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el index 4f510472d54..b077342e5f5 100644 --- a/lisp/ibuf-ext.el +++ b/lisp/ibuf-ext.el @@ -1482,7 +1482,7 @@ You can then feed the file name(s) to other commands with \\[yank]." ;;;###autoload (defun ibuffer-mark-old-buffers () - "Mark buffers which have not been viewed in `ibuffer-old-time' days." + "Mark buffers which have not been viewed in `ibuffer-old-time' hours." (interactive) (ibuffer-mark-on-buffer #'(lambda (buf)